home *** CD-ROM | disk | FTP | other *** search
- PC = [Postcode] ; Set Paradox variable with the table's Postcode field
- RUN "PC-PDOX "+PC ; Activate the AFD Postcode lookup routine
- play "AFD-PC" ; Run the script created by AFD Postcode
- ; to obtain the returned data
-
- [First Line] = FirstLine ; Place the results in your table
- [Street] = Street
- [Town] = Town
- [County] = County
- [STD Code] = STDcode
-